func encoding/binary.dataSize
7 uses
encoding/binary (current package)
binary.go#L319: size = dataSize(v)
binary.go#L321: size = dataSize(v)
binary.go#L452: size := dataSize(v)
binary.go#L467: return dataSize(reflect.Indirect(reflect.ValueOf(v)))
binary.go#L476: func dataSize(v reflect.Value) int {
binary.go#L759: d.offset += dataSize(v)
binary.go#L763: n := dataSize(v)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |